     @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');



        :root {
            --background: #ffffff;
            --foreground: #475569;
            --card: #f1f5f9;
            --card-foreground: #475569;
            --primary: #059669;
            --primary-foreground: #ffffff;
            --secondary: #10b981;
            --secondary-foreground: #ffffff;
            --muted: #ecfeff;
            --muted-foreground: #475569;
            --accent: #10b981;
            --accent-foreground: #ffffff;
            --border: #d1d5db;
            --input: #f1f5f9;
            --radius: 0.5rem;
        }

        .font-bengali {
            font-family: 'Noto Sans Bengali', sans-serif;
        }

        .font-heading {
            font-family: 'Playfair Display', serif;
        }

        .font-body {
            font-family: 'Source Sans Pro', sans-serif;
        }

        /* .bg-primary { background-color: var(--primary); }
        .text-primary { color: var(--primary); }
        .bg-secondary { background-color: var(--secondary); }
        .text-secondary { color: var(--secondary); }
        .bg-card { background-color: var(--card); }
        .text-card-foreground { color: var(--card-foreground); }
        .border-custom { border-color: var(--border); }
        .bg-input { background-color: var(--input); } */

        .book-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .book-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .hero-gradient {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
        }







     /* user_product */
      table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        border-radius: 8px;
        overflow: hidden;
        }
        thead {
        background: #4CAF50;
        color: white;
        }
        thead th {
        padding: 12px;
        text-align: left;
        }
        tbody td {
        padding: 12px;
        border-bottom: 1px solid #ddd;
        }
        tbody tr:hover {
        background: #f1f1f1;
        }
        .price {
        color: #e67e22;
        font-weight: bold;
        }
        .short-desc {
        color: #555;
        font-style: italic;
        }

    /* Sidebar */
    .sidebar {
      width: 250px;
      background-color: #2c3e50;
      color: #ecf0f1;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      overflow-y: auto;
      transition: width 0.3s;
    }
    .sidebar.collapsed {
      width: 70px;
    }
    .sidebar .logo {
      text-align: center;
      padding: 20px 10px;
      font-size: 22px;
      font-weight: bold;
      border-bottom: 1px solid #34495e;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar ul li {
      padding: 15px 20px;
      transition: background 0.3s;
    }
    .sidebar ul li:hover {
      background-color: #34495e;
      cursor: pointer;
    }
    .sidebar ul li a {
      color: #ecf0f1;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .sidebar ul li a .icon {
      margin-right: 12px;
      font-size: 18px;
      width: 25px;
      text-align: center;
    }
    .sidebar.collapsed ul li a .text {
      display: none;
    }

    /* Main content + Topbar */
   .main-content {
      margin-left: 250px;
      width: calc(100% - 250px);
      transition: margin-left 0.3s, width 0.3s;
    }
    .sidebar.collapsed + .main-content {
      margin-left: 70px;
      width: calc(100% - 70px);
    }

    .topbar {
      width: 100%;
      height: 60px;
      background-color: #ecf0f1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
    }
    .toggle-btn {
      font-size: 24px;
      cursor: pointer;
      color: #2c3e50;
    }
    .user-info {
      display: flex;
      align-items: center;
    }
    .user-info img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-left: 10px;
    }
































*{
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4, h5, h6,p{
    font-family: "Noto Sans Bengali", sans-serif;
}


img{
    width: 100%;
}
a{
    text-decoration: none;
    display: block;
}

.boi-banner-section{
    padding: 50px 0  30px;
    width: 100%;
    height: auto;
}

button .carousel-control-next i{
    background-color: black !important ;
}
/*
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover
 {
    color: #f39c12;
    text-decoration: none;
    outline: 0;
    opacity: .9;
} */

.carousel-control-next, .carousel-control-prev {

    color: #f39c12;

}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #f1c40f;
    border-radius: 50%;


}

.line-through{
    text-decoration: line-through !important;
}

/* boi-section */


.boisel-section-div{
    width: 100%;
   height: auto;
   padding: 50px 0 ;
}

.boi-section-M{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #70a1ff;
    padding:20px;
    border-radius: 20px;
    width: 250px;
    margin: 15px;
}

.boi-section-1{
    font-size: 40px;
}

.boi-section-2 p{
    padding: 0 !important;
    margin: 0 !important;
}

.boi-section-O{

    background: #55efc4;

}

.boi-section-P{

    background: #81ecec;

}


.boi-section-I{

    background: #fd79a8;

}

.boi-section-1 i{
    color: #636e72 ;
}



/* isotope-section-1 */



.jamela{
    width: 90%;
    margin: auto;
    background: #B8DCEE;
    box-shadow: 10px 10px 10px 10px #778ca3 ;
    padding: 20px 40px;
    border-radius: 15px;
}



.isotope-section-1{
    width: 60%;
    margin: auto;
    padding-top: 40px;
}

.isotope-section-1 ul{
    display: flex;

}

.isotope-section-1 li{
    list-style: none;
}

.isotope-section-1 li a{
    padding: 10px;
    font-size: 14px;
    background-color: #F79F1F;
    margin: 10px;
    padding:10px 20px;
    white-space: nowrap;
    border-radius: 10px;
    color: #fff;


}


.islamik-section-7{
    border-radius: 0 20px 20px 0;
    padding-top:37px ;
    padding-left: 40px;
    color: #000;
}

.islamik-section-7 button{
    background: #f1c40f;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    padding:2px 7px;
    color: #dfe4ea;
    margin-top: 10px;
}

.item-1 .buy button{
    background-color: #4b6584;
}

.islamik-section-7 span{
   display: block;
}

.islamik-section h3{
    font-size: 35px;
    margin: 20px 0 35px;
    font-weight: 500;
}


.academi-section h1{
 text-align: center;
 margin-top: 45px;
 padding-top: 40px;
 font-weight: 800;
 color: #f39c12;
}

.academi-section-button p{
    text-align: center;
    font-weight: 500;
}
.academi-footer {
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 30px;
}

.academi-footer button {
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 13px;
}



/* carousel-item */

.carousel-item .item-1{
    margin-bottom: 20px;
}

.isotope-A{
    margin: 40px 0 30px;
}


.isotope-section-2{
    width: 98%;
    margin: auto;
}


.acadimi h1{
    border-bottom: -20px;
}
.owl-theme .item {
  background-color: #dfe6e9;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
}

.owl-theme .item h6{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;

}
.owl-theme .item img{
    padding: 10px;
}

.owl-theme .item button{
    text-align: center;
    background: #f39c12;
    border: none;
    padding: 5px;
    font-size: 10px;
    text-wrap:nowrap ;
    border-radius: 5px;
    color: #fff;
}


.owl-theme .item .buy button{
    background:#636e72 ;
}


.modal-content{
    background: #dfe6e9;
}

.modal-body img{
    width: 100%;
    height: auto;
}


.modal-body{
    display: block;
    text-align: center;
}



.lekok{
    background: #B8DCEE;
    border-radius: 20px;
    box-shadow: 10px 20px 10px #778ca3 ;
}

.lekok h1{
    padding-bottom: 10px;
    color: #e67e22;
    font-weight: 700;
}




    /* Preloader */


    #preloader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    #preloader img {
      width: 120px;
    }


    .owl-theme .item {
      background: none;


    }

    .jonopreo-section img{
        border-radius: 50% ;
    }




     .carosel-2 {
        width: 90%;
        margin: auto;

    }



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
}


.owl-carousel .owl-nav button.owl-next{

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 55px;

}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 55px;

}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}


.book-card {
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.book-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.book-card img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: transform 0.4s ease;
}

.book-card:hover img {
  transform: scale(1.05);
}

.book-card h6 {
  margin-top: 10px;
  font-weight: 600;
  color: #2d3436;
}

.price-new {
  color: #0984e3;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn-cart {
  background: #fbc531;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 5px 12px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-cart:hover {
  background: #74b9ff;
  transform: scale(1.05);
}




section{
  padding: 30px 0 20px;
}



.discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff004c;
  color: #fff;
  font-size: 12px !important;
  font-weight: 400;
  padding:  10px !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Left Right Button Design */
.owl-prev-custom, .owl-next-custom {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: #ced6e0;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}

.owl-prev-custom:hover, .owl-next-custom:hover {
  background-color: #eccc68;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 41, 255, 0.4);
}

.owl-prev-custom { left: -25px; }
.owl-next-custom { right: -25px; }

/* Book Card Hover Effect */
.book-section .card {
  transition: 0.3s;
  background-color: #fff;
}
.book-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}


.book-section{
    background: #dfe4ea;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px #a4b0be;
}


.book-section h4{
    font-size: 35px  !important;
    font-weight: 900 !important;
    color: #FFC312;
    padding: 10px;
}







/* Section header responsive below 385px */
@media (max-width: 530px) {
h4{
    font-size: 30px  !important;
    font-weight: 400 !important;
    text-align: center !important;


}

.book-section a{
    display: none;
}


 .book-section h4{
    font-size: 28px  !important;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px;
    margin-bottom: 20px;
    border: 2px solid #fdcb6e;
    border-radius: 15%;

}

}
